GroupId | GroupIdcom.github.subchen |
---|---|
ArtifactId | ArtifactIdjetbrick-commons |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
jetbrick-commons-2.0.4.pom | |
jetbrick-commons-2.0.4.jar | 451 KB |
jetbrick-commons-2.0.4-sources.jar | 380 KB |
jetbrick-commons-2.0.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.subchen/jetbrick-commons/ -->
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-commons</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-commons/
implementation 'com.github.subchen:jetbrick-commons:2.0.4'
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-commons/
implementation ("com.github.subchen:jetbrick-commons:2.0.4")
'com.github.subchen:jetbrick-commons:jar:2.0.4'
<dependency org="com.github.subchen" name="jetbrick-commons" rev="2.0.4">
<artifact name="jetbrick-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='jetbrick-commons', version='2.0.4')
)
libraryDependencies += "com.github.subchen" % "jetbrick-commons" % "2.0.4"
[com.github.subchen/jetbrick-commons "2.0.4"]