GroupId | GroupIdcom.github.labai |
---|---|
ArtifactId | ArtifactIdopa |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
opa-1.2.0.pom | |
opa-1.2.0.jar | 37 KB |
opa-1.2.0-sources.jar | 14 KB |
opa-1.2.0-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.labai/opa/ -->
<dependency>
<groupId>com.github.labai</groupId>
<artifactId>opa</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.labai/opa/
implementation 'com.github.labai:opa:1.2.0'
// https://jarcasting.com/artifacts/com.github.labai/opa/
implementation ("com.github.labai:opa:1.2.0")
'com.github.labai:opa:jar:1.2.0'
<dependency org="com.github.labai" name="opa" rev="1.2.0">
<artifact name="opa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.labai', module='opa', version='1.2.0')
)
libraryDependencies += "com.github.labai" % "opa" % "1.2.0"
[com.github.labai/opa "1.2.0"]