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