GroupId | GroupIdedu.byu.hbll.box |
---|---|
ArtifactId | ArtifactIdbox-xslt |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
box-xslt-1.1.1.pom | |
box-xslt-1.1.1.jar | 7 KB |
box-xslt-1.1.1-sources.jar | 5 KB |
box-xslt-1.1.1-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.byu.hbll.box/box-xslt/ -->
<dependency>
<groupId>edu.byu.hbll.box</groupId>
<artifactId>box-xslt</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-xslt/
implementation 'edu.byu.hbll.box:box-xslt:1.1.1'
// https://jarcasting.com/artifacts/edu.byu.hbll.box/box-xslt/
implementation ("edu.byu.hbll.box:box-xslt:1.1.1")
'edu.byu.hbll.box:box-xslt:jar:1.1.1'
<dependency org="edu.byu.hbll.box" name="box-xslt" rev="1.1.1">
<artifact name="box-xslt" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.byu.hbll.box', module='box-xslt', version='1.1.1')
)
libraryDependencies += "edu.byu.hbll.box" % "box-xslt" % "1.1.1"
[edu.byu.hbll.box/box-xslt "1.1.1"]