| License |
License |
|---|---|
| GroupId | GroupIdcom.github.gkutiel |
| ArtifactId | ArtifactIdat-core |
| Last Version | Last Version3-RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionin
A parser and renderer engine for the at syntax
|
| Filename | Size |
|---|---|
| at-core-3-RELEASE.pom | |
| at-core-3-RELEASE.jar | 8 KB |
| at-core-3-RELEASE-sources.jar | 4 KB |
| at-core-3-RELEASE-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/at-core/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>at-core</artifactId>
<version>3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/at-core/
implementation 'com.github.gkutiel:at-core:3-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/at-core/
implementation ("com.github.gkutiel:at-core:3-RELEASE")
'com.github.gkutiel:at-core:jar:3-RELEASE'
<dependency org="com.github.gkutiel" name="at-core" rev="3-RELEASE">
<artifact name="at-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='at-core', version='3-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "at-core" % "3-RELEASE"
[com.github.gkutiel/at-core "3-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.3.1 |
| org.slf4j : slf4j-api | jar | 1.7.10 |