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