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