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