GroupId | GroupIdorg.opencord |
---|---|
ArtifactId | ArtifactIdcord |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncord
Open CORD root project
|
Filename | Size |
---|---|
cord-1.2.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencord/cord/ -->
<dependency>
<groupId>org.opencord</groupId>
<artifactId>cord</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opencord/cord/
implementation 'org.opencord:cord:1.2.1'
// https://jarcasting.com/artifacts/org.opencord/cord/
implementation ("org.opencord:cord:1.2.1")
'org.opencord:cord:pom:1.2.1'
<dependency org="org.opencord" name="cord" rev="1.2.1">
<artifact name="cord" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opencord', module='cord', version='1.2.1')
)
libraryDependencies += "org.opencord" % "cord" % "1.2.1"
[org.opencord/cord "1.2.1"]