| License |
License |
|---|---|
| GroupId | GroupIdorg.noear |
| ArtifactId | ArtifactIdliquor |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionliquor
Java project for liquor
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| liquor-1.0.2.pom | |
| liquor-1.0.2.jar | 19 KB |
| liquor-1.0.2-sources.jar | 10 KB |
| liquor-1.0.2-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.noear/liquor/ -->
<dependency>
<groupId>org.noear</groupId>
<artifactId>liquor</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear/liquor/
implementation 'org.noear:liquor:1.0.2'
// https://jarcasting.com/artifacts/org.noear/liquor/
implementation ("org.noear:liquor:1.0.2")
'org.noear:liquor:jar:1.0.2'
<dependency org="org.noear" name="liquor" rev="1.0.2">
<artifact name="liquor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear', module='liquor', version='1.0.2')
)
libraryDependencies += "org.noear" % "liquor" % "1.0.2"
[org.noear/liquor "1.0.2"]