GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons-xslt |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
commons-xslt-0.0.3.pom | |
commons-xslt-0.0.3.jar | 8 KB |
commons-xslt-0.0.3-sources.jar | 6 KB |
commons-xslt-0.0.3-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-xslt/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-xslt</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-xslt/
implementation 'com.github.crabs-hue.commons:commons-xslt:0.0.3'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-xslt/
implementation ("com.github.crabs-hue.commons:commons-xslt:0.0.3")
'com.github.crabs-hue.commons:commons-xslt:jar:0.0.3'
<dependency org="com.github.crabs-hue.commons" name="commons-xslt" rev="0.0.3">
<artifact name="commons-xslt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-xslt', version='0.0.3')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-xslt" % "0.0.3"
[com.github.crabs-hue.commons/commons-xslt "0.0.3"]