| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.fortytwo.extendo |
| ArtifactId | ArtifactIdflashcards |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFlashcards
Extendo Project
|
| Filename | Size |
|---|---|
| flashcards-1.0.pom | |
| flashcards-1.0.jar | 598 KB |
| flashcards-1.0-tests.jar | 1 KB |
| flashcards-1.0-sources.jar | 557 KB |
| flashcards-1.0-javadoc.jar | 282 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.fortytwo.extendo/flashcards/ -->
<dependency>
<groupId>net.fortytwo.extendo</groupId>
<artifactId>flashcards</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.fortytwo.extendo/flashcards/
implementation 'net.fortytwo.extendo:flashcards:1.0'
// https://jarcasting.com/artifacts/net.fortytwo.extendo/flashcards/
implementation ("net.fortytwo.extendo:flashcards:1.0")
'net.fortytwo.extendo:flashcards:jar:1.0'
<dependency org="net.fortytwo.extendo" name="flashcards" rev="1.0">
<artifact name="flashcards" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.fortytwo.extendo', module='flashcards', version='1.0')
)
libraryDependencies += "net.fortytwo.extendo" % "flashcards" % "1.0"
[net.fortytwo.extendo/flashcards "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.fortytwo.extendo : extendo-core | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |