License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdio.github.bastide |
ArtifactId | ArtifactIdbandeau |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbandeau
Dependency for a Computer Science assignment in Engineering School
|
Filename | Size |
---|---|
bandeau-1.3.pom | |
bandeau-1.3.jar | 6 KB |
bandeau-1.3-sources.jar | 4 KB |
bandeau-1.3-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bastide/bandeau/ -->
<dependency>
<groupId>io.github.bastide</groupId>
<artifactId>bandeau</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bastide/bandeau/
implementation 'io.github.bastide:bandeau:1.3'
// https://jarcasting.com/artifacts/io.github.bastide/bandeau/
implementation ("io.github.bastide:bandeau:1.3")
'io.github.bastide:bandeau:jar:1.3'
<dependency org="io.github.bastide" name="bandeau" rev="1.3">
<artifact name="bandeau" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bastide', module='bandeau', version='1.3')
)
libraryDependencies += "io.github.bastide" % "bandeau" % "1.3"
[io.github.bastide/bandeau "1.3"]