GroupId | GroupIdcom.github.bakerln |
---|---|
ArtifactId | ArtifactIdln-common |
Version | Version1.0.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
ln-common-1.0.0-RELEASE.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bakerln/ln-common/ -->
<dependency>
<groupId>com.github.bakerln</groupId>
<artifactId>ln-common</artifactId>
<version>1.0.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bakerln/ln-common/
implementation 'com.github.bakerln:ln-common:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.bakerln/ln-common/
implementation ("com.github.bakerln:ln-common:1.0.0-RELEASE")
'com.github.bakerln:ln-common:pom:1.0.0-RELEASE'
<dependency org="com.github.bakerln" name="ln-common" rev="1.0.0-RELEASE">
<artifact name="ln-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bakerln', module='ln-common', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.bakerln" % "ln-common" % "1.0.0-RELEASE"
[com.github.bakerln/ln-common "1.0.0-RELEASE"]