GroupId | GroupIdorg.refact4j |
---|---|
ArtifactId | ArtifactIdrefact4j |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
refact4j-1.0.1.pom | |
refact4j-1.0.1.jar | 401 KB |
refact4j-1.0.1-tests.jar | 143 KB |
refact4j-1.0.1-test-sources.jar | 61 KB |
refact4j-1.0.1-sources.jar | 195 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refact4j/refact4j/ -->
<dependency>
<groupId>org.refact4j</groupId>
<artifactId>refact4j</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.refact4j/refact4j/
implementation 'org.refact4j:refact4j:1.0.1'
// https://jarcasting.com/artifacts/org.refact4j/refact4j/
implementation ("org.refact4j:refact4j:1.0.1")
'org.refact4j:refact4j:jar:1.0.1'
<dependency org="org.refact4j" name="refact4j" rev="1.0.1">
<artifact name="refact4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refact4j', module='refact4j', version='1.0.1')
)
libraryDependencies += "org.refact4j" % "refact4j" % "1.0.1"
[org.refact4j/refact4j "1.0.1"]