is not current version
Last Version 1.0.2-RELEASE

com.github.bakerln.framework:common-framework 1.0.1-RELEASE


GroupId

GroupId

com.github.bakerln.framework
ArtifactId

ArtifactId

common-framework
Version

Version

1.0.1-RELEASE
Type

Type

pom

Download common-framework 1.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.bakerln.framework/common-framework/ -->
<dependency>
    <groupId>com.github.bakerln.framework</groupId>
    <artifactId>common-framework</artifactId>
    <version>1.0.1-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bakerln.framework/common-framework/
implementation 'com.github.bakerln.framework:common-framework:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.bakerln.framework/common-framework/
implementation ("com.github.bakerln.framework:common-framework:1.0.1-RELEASE")
'com.github.bakerln.framework:common-framework:pom:1.0.1-RELEASE'
<dependency org="com.github.bakerln.framework" name="common-framework" rev="1.0.1-RELEASE">
  <artifact name="common-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bakerln.framework', module='common-framework', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.bakerln.framework" % "common-framework" % "1.0.1-RELEASE"
[com.github.bakerln.framework/common-framework "1.0.1-RELEASE"]