GroupId | GroupIdxin.alum |
---|---|
ArtifactId | ArtifactIdaim-all |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
aim-all-1.3.1.pom | |
aim-all-1.3.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xin.alum/aim-all/ -->
<dependency>
<groupId>xin.alum</groupId>
<artifactId>aim-all</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/xin.alum/aim-all/
implementation 'xin.alum:aim-all:1.3.1'
// https://jarcasting.com/artifacts/xin.alum/aim-all/
implementation ("xin.alum:aim-all:1.3.1")
'xin.alum:aim-all:jar:1.3.1'
<dependency org="xin.alum" name="aim-all" rev="1.3.1">
<artifact name="aim-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='xin.alum', module='aim-all', version='1.3.1')
)
libraryDependencies += "xin.alum" % "aim-all" % "1.3.1"
[xin.alum/aim-all "1.3.1"]