GroupId | GroupIdorg.osgl |
---|---|
ArtifactId | ArtifactIdaaa-core |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
aaa-core-0.1.pom | |
aaa-core-0.1.jar | 45 KB |
aaa-core-0.1-sources.jar | 22 KB |
aaa-core-0.1-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgl/aaa-core/ -->
<dependency>
<groupId>org.osgl</groupId>
<artifactId>aaa-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/aaa-core/
implementation 'org.osgl:aaa-core:0.1'
// https://jarcasting.com/artifacts/org.osgl/aaa-core/
implementation ("org.osgl:aaa-core:0.1")
'org.osgl:aaa-core:jar:0.1'
<dependency org="org.osgl" name="aaa-core" rev="0.1">
<artifact name="aaa-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='aaa-core', version='0.1')
)
libraryDependencies += "org.osgl" % "aaa-core" % "0.1"
[org.osgl/aaa-core "0.1"]