GroupId | GroupIdch.inftec.ju |
---|---|
ArtifactId | ArtifactIdju-util |
Version | Version6.1 |
Type | Typejar |
Filename | Size |
---|---|
ju-util-6.1.pom | |
ju-util-6.1.jar | 196 KB |
ju-util-6.1-tests.jar | 159 KB |
ju-util-6.1-test-sources.jar | 82 KB |
ju-util-6.1-sources.jar | 121 KB |
ju-util-6.1-javadoc.jar | 607 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.inftec.ju/ju-util/ -->
<dependency>
<groupId>ch.inftec.ju</groupId>
<artifactId>ju-util</artifactId>
<version>6.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.inftec.ju/ju-util/
implementation 'ch.inftec.ju:ju-util:6.1'
// https://jarcasting.com/artifacts/ch.inftec.ju/ju-util/
implementation ("ch.inftec.ju:ju-util:6.1")
'ch.inftec.ju:ju-util:jar:6.1'
<dependency org="ch.inftec.ju" name="ju-util" rev="6.1">
<artifact name="ju-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.inftec.ju', module='ju-util', version='6.1')
)
libraryDependencies += "ch.inftec.ju" % "ju-util" % "6.1"
[ch.inftec.ju/ju-util "6.1"]