GroupId | GroupIdorg.appops |
---|---|
ArtifactId | ArtifactIdappops-br-slim-base |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
appops-br-slim-base-0.4.0.pom | |
appops-br-slim-base-0.4.0.jar | 26 KB |
appops-br-slim-base-0.4.0-sources.jar | 28 KB |
appops-br-slim-base-0.4.0-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appops/appops-br-slim-base/ -->
<dependency>
<groupId>org.appops</groupId>
<artifactId>appops-br-slim-base</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.appops/appops-br-slim-base/
implementation 'org.appops:appops-br-slim-base:0.4.0'
// https://jarcasting.com/artifacts/org.appops/appops-br-slim-base/
implementation ("org.appops:appops-br-slim-base:0.4.0")
'org.appops:appops-br-slim-base:jar:0.4.0'
<dependency org="org.appops" name="appops-br-slim-base" rev="0.4.0">
<artifact name="appops-br-slim-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appops', module='appops-br-slim-base', version='0.4.0')
)
libraryDependencies += "org.appops" % "appops-br-slim-base" % "0.4.0"
[org.appops/appops-br-slim-base "0.4.0"]