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