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