License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdcom.bartoszlipinski |
ArtifactId | ArtifactIdgroupofx |
Version | Version1.0.0 |
Type | Typeaar |
Description |
Descriptiongroupofx
When Android's Pair class is just not enough.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
groupofx-1.0.0.pom | |
groupofx-1.0.0.aar | 12 KB |
groupofx-1.0.0-sources.jar | 2 KB |
groupofx-1.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bartoszlipinski/groupofx/ -->
<dependency>
<groupId>com.bartoszlipinski</groupId>
<artifactId>groupofx</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bartoszlipinski/groupofx/
implementation 'com.bartoszlipinski:groupofx:1.0.0'
// https://jarcasting.com/artifacts/com.bartoszlipinski/groupofx/
implementation ("com.bartoszlipinski:groupofx:1.0.0")
'com.bartoszlipinski:groupofx:aar:1.0.0'
<dependency org="com.bartoszlipinski" name="groupofx" rev="1.0.0">
<artifact name="groupofx" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bartoszlipinski', module='groupofx', version='1.0.0')
)
libraryDependencies += "com.bartoszlipinski" % "groupofx" % "1.0.0"
[com.bartoszlipinski/groupofx "1.0.0"]