| GroupId | GroupIdorg.objectweb.petals |
|---|---|
| ArtifactId | ArtifactIdpetals-se-xslt |
| Version | Version1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| petals-se-xslt-1.3.pom | |
| petals-se-xslt-1.3.jar | 538 KB |
| petals-se-xslt-1.3-sources.jar | 4 KB |
| petals-se-xslt-1.3-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-se-xslt/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-se-xslt</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-se-xslt/
implementation 'org.objectweb.petals:petals-se-xslt:1.3'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-se-xslt/
implementation ("org.objectweb.petals:petals-se-xslt:1.3")
'org.objectweb.petals:petals-se-xslt:jar:1.3'
<dependency org="org.objectweb.petals" name="petals-se-xslt" rev="1.3">
<artifact name="petals-se-xslt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-se-xslt', version='1.3')
)
libraryDependencies += "org.objectweb.petals" % "petals-se-xslt" % "1.3"
[org.objectweb.petals/petals-se-xslt "1.3"]