GroupId | GroupIdeu.getintheloop |
---|---|
ArtifactId | ArtifactIdsbt-stax-plugin |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
sbt-stax-plugin-0.1.1.pom | |
sbt-stax-plugin-0.1.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.getintheloop/sbt-stax-plugin/ -->
<dependency>
<groupId>eu.getintheloop</groupId>
<artifactId>sbt-stax-plugin</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.getintheloop/sbt-stax-plugin/
implementation 'eu.getintheloop:sbt-stax-plugin:0.1.1'
// https://jarcasting.com/artifacts/eu.getintheloop/sbt-stax-plugin/
implementation ("eu.getintheloop:sbt-stax-plugin:0.1.1")
'eu.getintheloop:sbt-stax-plugin:jar:0.1.1'
<dependency org="eu.getintheloop" name="sbt-stax-plugin" rev="0.1.1">
<artifact name="sbt-stax-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.getintheloop', module='sbt-stax-plugin', version='0.1.1')
)
libraryDependencies += "eu.getintheloop" % "sbt-stax-plugin" % "0.1.1"
[eu.getintheloop/sbt-stax-plugin "0.1.1"]