GroupId | GroupIdorg.overturetool.core |
---|---|
ArtifactId | ArtifactIdisapog |
Version | Version2.3.6 |
Type | Typejar |
Filename | Size |
---|---|
isapog-2.3.6.pom | |
isapog-2.3.6.jar | 7 KB |
isapog-2.3.6-sources.jar | 3 KB |
isapog-2.3.6-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core/isapog/ -->
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>isapog</artifactId>
<version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/isapog/
implementation 'org.overturetool.core:isapog:2.3.6'
// https://jarcasting.com/artifacts/org.overturetool.core/isapog/
implementation ("org.overturetool.core:isapog:2.3.6")
'org.overturetool.core:isapog:jar:2.3.6'
<dependency org="org.overturetool.core" name="isapog" rev="2.3.6">
<artifact name="isapog" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='isapog', version='2.3.6')
)
libraryDependencies += "org.overturetool.core" % "isapog" % "2.3.6"
[org.overturetool.core/isapog "2.3.6"]