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