is not current version
Last Version 1.0.2-RELEASE

com.github.bakerln:ln-common 1.0.0-RELEASE

a java framework for dev project

GroupId

GroupId

com.github.bakerln
ArtifactId

ArtifactId

ln-common
Version

Version

1.0.0-RELEASE
Type

Type

pom

Download ln-common 1.0.0-RELEASE


<!-- 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"]