| GroupId | GroupIdorg.firestack |
|---|---|
| ArtifactId | ArtifactIdlaksaj |
| Version | Version0.2.8-RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| laksaj-0.2.8-RELEASE.pom | |
| laksaj-0.2.8-RELEASE.jar | 2 KB |
| laksaj-0.2.8-RELEASE-sources.jar | 48 KB |
| laksaj-0.2.8-RELEASE-javadoc.jar | 299 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.firestack/laksaj/ -->
<dependency>
<groupId>org.firestack</groupId>
<artifactId>laksaj</artifactId>
<version>0.2.8-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.firestack/laksaj/
implementation 'org.firestack:laksaj:0.2.8-RELEASE'
// https://jarcasting.com/artifacts/org.firestack/laksaj/
implementation ("org.firestack:laksaj:0.2.8-RELEASE")
'org.firestack:laksaj:pom:0.2.8-RELEASE'
<dependency org="org.firestack" name="laksaj" rev="0.2.8-RELEASE">
<artifact name="laksaj" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.firestack', module='laksaj', version='0.2.8-RELEASE')
)
libraryDependencies += "org.firestack" % "laksaj" % "0.2.8-RELEASE"
[org.firestack/laksaj "0.2.8-RELEASE"]