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