License |
License |
---|---|
GroupId | GroupIdcom.github.bakerln |
ArtifactId | ArtifactIdln-common |
Last Version | Last Version1.0.2-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionln-common
a java framework for dev project
|
Project URL |
Project URL |
Filename | Size |
---|---|
ln-common-1.0.2-RELEASE.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bakerln/ln-common/ -->
<dependency>
<groupId>com.github.bakerln</groupId>
<artifactId>ln-common</artifactId>
<version>1.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bakerln/ln-common/
implementation 'com.github.bakerln:ln-common:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.bakerln/ln-common/
implementation ("com.github.bakerln:ln-common:1.0.2-RELEASE")
'com.github.bakerln:ln-common:pom:1.0.2-RELEASE'
<dependency org="com.github.bakerln" name="ln-common" rev="1.0.2-RELEASE">
<artifact name="ln-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bakerln', module='ln-common', version='1.0.2-RELEASE')
)
libraryDependencies += "com.github.bakerln" % "ln-common" % "1.0.2-RELEASE"
[com.github.bakerln/ln-common "1.0.2-RELEASE"]