Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.bloder |
ArtifactId | ArtifactIdblormlib |
Version | Version2.0 |
Type | Typeaar |
Filename | Size |
---|---|
blormlib-2.0.pom | |
blormlib-2.0.aar | 20 KB |
blormlib-2.0-sources.jar | 3 KB |
blormlib-2.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bloder/blormlib/ -->
<dependency>
<groupId>com.github.bloder</groupId>
<artifactId>blormlib</artifactId>
<version>2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bloder/blormlib/
implementation 'com.github.bloder:blormlib:2.0'
// https://jarcasting.com/artifacts/com.github.bloder/blormlib/
implementation ("com.github.bloder:blormlib:2.0")
'com.github.bloder:blormlib:aar:2.0'
<dependency org="com.github.bloder" name="blormlib" rev="2.0">
<artifact name="blormlib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.bloder', module='blormlib', version='2.0')
)
libraryDependencies += "com.github.bloder" % "blormlib" % "2.0"
[com.github.bloder/blormlib "2.0"]