| Группа | Группаcom.othelle.jtuples |
|---|---|
| Идентификатор | Идентификаторjtuples |
| Версия | Версия0.1.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jtuples-0.1.2.pom | |
| jtuples-0.1.2.jar | 52 KB |
| jtuples-0.1.2-sources.jar | 36 KB |
| jtuples-0.1.2-javadoc.jar | 477 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.othelle.jtuples/jtuples/ -->
<dependency>
<groupId>com.othelle.jtuples</groupId>
<artifactId>jtuples</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.othelle.jtuples/jtuples/
implementation 'com.othelle.jtuples:jtuples:0.1.2'
// https://jarcasting.com/artifacts/com.othelle.jtuples/jtuples/
implementation ("com.othelle.jtuples:jtuples:0.1.2")
'com.othelle.jtuples:jtuples:jar:0.1.2'
<dependency org="com.othelle.jtuples" name="jtuples" rev="0.1.2">
<artifact name="jtuples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.othelle.jtuples', module='jtuples', version='0.1.2')
)
libraryDependencies += "com.othelle.jtuples" % "jtuples" % "0.1.2"
[com.othelle.jtuples/jtuples "0.1.2"]