GroupId | GroupIdcom.github.secondbase |
---|---|
ArtifactId | ArtifactIdall |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
all-0.1.1.pom | |
all-0.1.1.jar | 2 KB |
all-0.1.1-sources.jar | 1 KB |
all-0.1.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.secondbase/all/ -->
<dependency>
<groupId>com.github.secondbase</groupId>
<artifactId>all</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.secondbase/all/
implementation 'com.github.secondbase:all:0.1.1'
// https://jarcasting.com/artifacts/com.github.secondbase/all/
implementation ("com.github.secondbase:all:0.1.1")
'com.github.secondbase:all:jar:0.1.1'
<dependency org="com.github.secondbase" name="all" rev="0.1.1">
<artifact name="all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.secondbase', module='all', version='0.1.1')
)
libraryDependencies += "com.github.secondbase" % "all" % "0.1.1"
[com.github.secondbase/all "0.1.1"]