is not current version
Last Version 2.1.9

com.github.subchen:jetbrick-commons 2.0

jetbrick utility classes

GroupId

GroupId

com.github.subchen
ArtifactId

ArtifactId

jetbrick-commons
Version

Version

2.0
Type

Type

jar

Download jetbrick-commons 2.0


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