2024-09-22 07:00:32 +00:00
committed by Git OBS Bridge
commit 4b4ea7423d
14 changed files with 1011 additions and 0 deletions

13
xsltc-2.7.3.pom Normal file
View File

@@ -0,0 +1,13 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>xalan</groupId>
<artifactId>xsltc</artifactId>
<version>2.7.3</version>
<dependencies>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.3</version>
</dependency>
</dependencies>
</project>