| GroupId | GroupIdcom.github.gkutiel |
|---|---|
| ArtifactId | ArtifactIdin |
| Version | Version2-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| in-2-RELEASE.pom | |
| in-2-RELEASE.jar | 10 KB |
| in-2-RELEASE-sources.jar | 5 KB |
| in-2-RELEASE-javadoc.jar | 80 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/in/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>in</artifactId>
<version>2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/in/
implementation 'com.github.gkutiel:in:2-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/in/
implementation ("com.github.gkutiel:in:2-RELEASE")
'com.github.gkutiel:in:jar:2-RELEASE'
<dependency org="com.github.gkutiel" name="in" rev="2-RELEASE">
<artifact name="in" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='in', version='2-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "in" % "2-RELEASE"
[com.github.gkutiel/in "2-RELEASE"]