GroupId | GroupIdorg.overturetool |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.2.6 |
Type | Typepom |
Filename | Size |
---|---|
core-2.2.6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool/core/ -->
<dependency>
<groupId>org.overturetool</groupId>
<artifactId>core</artifactId>
<version>2.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool/core/
implementation 'org.overturetool:core:2.2.6'
// https://jarcasting.com/artifacts/org.overturetool/core/
implementation ("org.overturetool:core:2.2.6")
'org.overturetool:core:pom:2.2.6'
<dependency org="org.overturetool" name="core" rev="2.2.6">
<artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.overturetool', module='core', version='2.2.6')
)
libraryDependencies += "org.overturetool" % "core" % "2.2.6"
[org.overturetool/core "2.2.6"]