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