GroupId | GroupIdorg.nuiton.jaxx |
---|---|
ArtifactId | ArtifactIdjaxx-tutorial-helloworld |
Version | Version2.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nuiton.jaxx/jaxx-tutorial-helloworld/ -->
<dependency>
<groupId>org.nuiton.jaxx</groupId>
<artifactId>jaxx-tutorial-helloworld</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nuiton.jaxx/jaxx-tutorial-helloworld/
implementation 'org.nuiton.jaxx:jaxx-tutorial-helloworld:2.2.1'
// https://jarcasting.com/artifacts/org.nuiton.jaxx/jaxx-tutorial-helloworld/
implementation ("org.nuiton.jaxx:jaxx-tutorial-helloworld:2.2.1")
'org.nuiton.jaxx:jaxx-tutorial-helloworld:jar:2.2.1'
<dependency org="org.nuiton.jaxx" name="jaxx-tutorial-helloworld" rev="2.2.1">
<artifact name="jaxx-tutorial-helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nuiton.jaxx', module='jaxx-tutorial-helloworld', version='2.2.1')
)
libraryDependencies += "org.nuiton.jaxx" % "jaxx-tutorial-helloworld" % "2.2.1"
[org.nuiton.jaxx/jaxx-tutorial-helloworld "2.2.1"]