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