GroupId | GroupIddev.j3ee |
---|---|
ArtifactId | ArtifactIda8i |
Version | Version0.90 |
Type | Typejar |
Filename | Size |
---|---|
a8i-0.90.pom | |
a8i-0.90.jar | 97 KB |
a8i-0.90-sources.jar | 50 KB |
a8i-0.90-javadoc.jar | 757 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.j3ee/a8i/ -->
<dependency>
<groupId>dev.j3ee</groupId>
<artifactId>a8i</artifactId>
<version>0.90</version>
</dependency>
// https://jarcasting.com/artifacts/dev.j3ee/a8i/
implementation 'dev.j3ee:a8i:0.90'
// https://jarcasting.com/artifacts/dev.j3ee/a8i/
implementation ("dev.j3ee:a8i:0.90")
'dev.j3ee:a8i:jar:0.90'
<dependency org="dev.j3ee" name="a8i" rev="0.90">
<artifact name="a8i" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.j3ee', module='a8i', version='0.90')
)
libraryDependencies += "dev.j3ee" % "a8i" % "0.90"
[dev.j3ee/a8i "0.90"]