GroupId | GroupIdcom.nbsp |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
library-1.0.pom | |
library-1.0.aar | 134 KB |
library-1.0-sources.jar | 7 KB |
library-1.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nbsp/library/ -->
<dependency>
<groupId>com.nbsp</groupId>
<artifactId>library</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nbsp/library/
implementation 'com.nbsp:library:1.0'
// https://jarcasting.com/artifacts/com.nbsp/library/
implementation ("com.nbsp:library:1.0")
'com.nbsp:library:aar:1.0'
<dependency org="com.nbsp" name="library" rev="1.0">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nbsp', module='library', version='1.0')
)
libraryDependencies += "com.nbsp" % "library" % "1.0"
[com.nbsp/library "1.0"]