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