is not current version
Last Version 1.0.2-RELEASE

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


GroupId

GroupId

com.github.bakerln
ArtifactId

ArtifactId

common-gateway
Version

Version

1.0.1-RELEASE
Type

Type

jar

Download common-gateway 1.0.1-RELEASE


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