| GroupId | GroupIdcom.github.fartherp |
|---|---|
| ArtifactId | ArtifactIdjavacode |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| javacode-1.0.0.pom | |
| javacode-1.0.0.jar | 25 KB |
| javacode-1.0.0-sources.jar | 16 KB |
| javacode-1.0.0-javadoc.jar | 105 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/javacode/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>javacode</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/javacode/
implementation 'com.github.fartherp:javacode:1.0.0'
// https://jarcasting.com/artifacts/com.github.fartherp/javacode/
implementation ("com.github.fartherp:javacode:1.0.0")
'com.github.fartherp:javacode:jar:1.0.0'
<dependency org="com.github.fartherp" name="javacode" rev="1.0.0">
<artifact name="javacode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='javacode', version='1.0.0')
)
libraryDependencies += "com.github.fartherp" % "javacode" % "1.0.0"
[com.github.fartherp/javacode "1.0.0"]