GroupId | GroupIdorg.ojai |
---|---|
ArtifactId | ArtifactIdojai-root |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
ojai-root-1.0.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ojai/ojai-root/ -->
<dependency>
<groupId>org.ojai</groupId>
<artifactId>ojai-root</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ojai/ojai-root/
implementation 'org.ojai:ojai-root:1.0'
// https://jarcasting.com/artifacts/org.ojai/ojai-root/
implementation ("org.ojai:ojai-root:1.0")
'org.ojai:ojai-root:pom:1.0'
<dependency org="org.ojai" name="ojai-root" rev="1.0">
<artifact name="ojai-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ojai', module='ojai-root', version='1.0')
)
libraryDependencies += "org.ojai" % "ojai-root" % "1.0"
[org.ojai/ojai-root "1.0"]