GroupId | GroupIdorg.update4j |
---|---|
ArtifactId | ArtifactIdupdate4j |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
update4j-1.3.1.pom | |
update4j-1.3.1.jar | 86 KB |
update4j-1.3.1-sources.jar | 62 KB |
update4j-1.3.1-javadoc.jar | 554 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.update4j/update4j/ -->
<dependency>
<groupId>org.update4j</groupId>
<artifactId>update4j</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.update4j/update4j/
implementation 'org.update4j:update4j:1.3.1'
// https://jarcasting.com/artifacts/org.update4j/update4j/
implementation ("org.update4j:update4j:1.3.1")
'org.update4j:update4j:jar:1.3.1'
<dependency org="org.update4j" name="update4j" rev="1.3.1">
<artifact name="update4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.update4j', module='update4j', version='1.3.1')
)
libraryDependencies += "org.update4j" % "update4j" % "1.3.1"
[org.update4j/update4j "1.3.1"]