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