is not current version
Last Version 3.0.RLS

fun.hereis.code:code 0.1

The common code which are used frequently.

GroupId

GroupId

fun.hereis.code
ArtifactId

ArtifactId

code
Version

Version

0.1
Type

Type

pom

Download code 0.1

Filename Size
code-0.1.pom 5 KB
Browse

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