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