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