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