GroupId | GroupIdorg.osgl |
---|---|
ArtifactId | ArtifactIdgenie |
Version | Version1.2.1-BETA-1 |
Type | Typejar |
Filename | Size |
---|---|
genie-1.2.1-BETA-1.pom | |
genie-1.2.1-BETA-1.jar | 111 KB |
genie-1.2.1-BETA-1-sources.jar | 81 KB |
genie-1.2.1-BETA-1-javadoc.jar | 387 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgl/genie/ -->
<dependency>
<groupId>org.osgl</groupId>
<artifactId>genie</artifactId>
<version>1.2.1-BETA-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/genie/
implementation 'org.osgl:genie:1.2.1-BETA-1'
// https://jarcasting.com/artifacts/org.osgl/genie/
implementation ("org.osgl:genie:1.2.1-BETA-1")
'org.osgl:genie:jar:1.2.1-BETA-1'
<dependency org="org.osgl" name="genie" rev="1.2.1-BETA-1">
<artifact name="genie" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='genie', version='1.2.1-BETA-1')
)
libraryDependencies += "org.osgl" % "genie" % "1.2.1-BETA-1"
[org.osgl/genie "1.2.1-BETA-1"]