| GroupId | GroupIdio.github.benas |
|---|---|
| ArtifactId | ArtifactIdjql-core |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| jql-core-0.1.pom | |
| jql-core-0.1.jar | 8 MB |
| jql-core-0.1-sources.jar | 41 KB |
| jql-core-0.1-javadoc.jar | 189 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.benas/jql-core/ -->
<dependency>
<groupId>io.github.benas</groupId>
<artifactId>jql-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.benas/jql-core/
implementation 'io.github.benas:jql-core:0.1'
// https://jarcasting.com/artifacts/io.github.benas/jql-core/
implementation ("io.github.benas:jql-core:0.1")
'io.github.benas:jql-core:jar:0.1'
<dependency org="io.github.benas" name="jql-core" rev="0.1">
<artifact name="jql-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.benas', module='jql-core', version='0.1')
)
libraryDependencies += "io.github.benas" % "jql-core" % "0.1"
[io.github.benas/jql-core "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.5.1 |