g

groupofx

When Android's Pair class is just not enough.
https://github.com/blipinsk/GroupOfX
The Apache Software License, Version 2.0
Bartosz Lipinski
Files download
File Operation
groupofx-1.0.0.pom download
groupofx-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bartoszlipinski</groupId>
  <artifactId>groupofx</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.bartoszlipinski:groupofx:1.0.0'
Gradle Kotlin
implementation("com.bartoszlipinski:groupofx:1.0.0")
Scala SBT
libraryDependencies += "com.bartoszlipinski" % "groupofx" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.bartoszlipinski', module='groupofx', version='1.0.0')
)
Apache Ivy
<dependency org="com.bartoszlipinski" name="groupofx" rev="1.0.0" />
Leiningen
[com.bartoszlipinski/groupofx "1.0.0"]
Apache Buildr
'com.bartoszlipinski:groupofx:jar:1.0.0'
Dependencies
The project has no third-party dependencies