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