GroupId | GroupIdfun.hereis.code |
---|---|
ArtifactId | ArtifactIdall |
Version | Version1.16.RLS |
Type | Typejar |
Filename | Size |
---|---|
all-1.16.RLS.pom | |
all-1.16.RLS.jar | 2 KB |
all-1.16.RLS-sources.jar | 2 KB |
all-1.16.RLS-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fun.hereis.code/all/ -->
<dependency>
<groupId>fun.hereis.code</groupId>
<artifactId>all</artifactId>
<version>1.16.RLS</version>
</dependency>
// https://jarcasting.com/artifacts/fun.hereis.code/all/
implementation 'fun.hereis.code:all:1.16.RLS'
// https://jarcasting.com/artifacts/fun.hereis.code/all/
implementation ("fun.hereis.code:all:1.16.RLS")
'fun.hereis.code:all:jar:1.16.RLS'
<dependency org="fun.hereis.code" name="all" rev="1.16.RLS">
<artifact name="all" type="jar" />
</dependency>
@Grapes(
@Grab(group='fun.hereis.code', module='all', version='1.16.RLS')
)
libraryDependencies += "fun.hereis.code" % "all" % "1.16.RLS"
[fun.hereis.code/all "1.16.RLS"]