GroupId | GroupIdorg.overturetool.core |
---|---|
ArtifactId | ArtifactIdpog |
Version | Version2.1.2 |
Type | Typejar |
Filename | Size |
---|---|
pog-2.1.2.pom | |
pog-2.1.2.jar | 258 KB |
pog-2.1.2-sources.jar | 147 KB |
pog-2.1.2-javadoc.jar | 880 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core/pog/ -->
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>pog</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/pog/
implementation 'org.overturetool.core:pog:2.1.2'
// https://jarcasting.com/artifacts/org.overturetool.core/pog/
implementation ("org.overturetool.core:pog:2.1.2")
'org.overturetool.core:pog:jar:2.1.2'
<dependency org="org.overturetool.core" name="pog" rev="2.1.2">
<artifact name="pog" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='pog', version='2.1.2')
)
libraryDependencies += "org.overturetool.core" % "pog" % "2.1.2"
[org.overturetool.core/pog "2.1.2"]