Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.github.bastide |
ArtifactId | ArtifactIdbandeau |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
bandeau-1.2.pom | |
bandeau-1.2.jar | 6 KB |
bandeau-1.2-sources.jar | 4 KB |
bandeau-1.2-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bastide/bandeau/ -->
<dependency>
<groupId>io.github.bastide</groupId>
<artifactId>bandeau</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bastide/bandeau/
implementation 'io.github.bastide:bandeau:1.2'
// https://jarcasting.com/artifacts/io.github.bastide/bandeau/
implementation ("io.github.bastide:bandeau:1.2")
'io.github.bastide:bandeau:jar:1.2'
<dependency org="io.github.bastide" name="bandeau" rev="1.2">
<artifact name="bandeau" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bastide', module='bandeau', version='1.2')
)
libraryDependencies += "io.github.bastide" % "bandeau" % "1.2"
[io.github.bastide/bandeau "1.2"]