is not current version
Last Version 3.0.RLS

fun.hereis.code:code 1.5

The common code which are used frequently.

GroupId

GroupId

fun.hereis.code
ArtifactId

ArtifactId

code
Version

Version

1.5
Type

Type

pom

Download code 1.5

Filename Size
code-1.5.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/fun.hereis.code/code/ -->
<dependency>
    <groupId>fun.hereis.code</groupId>
    <artifactId>code</artifactId>
    <version>1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fun.hereis.code/code/
implementation 'fun.hereis.code:code:1.5'
// https://jarcasting.com/artifacts/fun.hereis.code/code/
implementation ("fun.hereis.code:code:1.5")
'fun.hereis.code:code:pom:1.5'
<dependency org="fun.hereis.code" name="code" rev="1.5">
  <artifact name="code" type="pom" />
</dependency>
@Grapes(
@Grab(group='fun.hereis.code', module='code', version='1.5')
)
libraryDependencies += "fun.hereis.code" % "code" % "1.5"
[fun.hereis.code/code "1.5"]