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