Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.javydreamercsw |
ArtifactId | ArtifactIdCard-Game-Interface |
Version | Version0.02.06 |
Type | Typejar |
Filename | Size |
---|---|
Card-Game-Interface-0.02.06.pom | |
Card-Game-Interface-0.02.06.jar | 61 KB |
Card-Game-Interface-0.02.06-sources.jar | 51 KB |
Card-Game-Interface-0.02.06-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.javydreamercsw/Card-Game-Interface/ -->
<dependency>
<groupId>net.sourceforge.javydreamercsw</groupId>
<artifactId>Card-Game-Interface</artifactId>
<version>0.02.06</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.javydreamercsw/Card-Game-Interface/
implementation 'net.sourceforge.javydreamercsw:Card-Game-Interface:0.02.06'
// https://jarcasting.com/artifacts/net.sourceforge.javydreamercsw/Card-Game-Interface/
implementation ("net.sourceforge.javydreamercsw:Card-Game-Interface:0.02.06")
'net.sourceforge.javydreamercsw:Card-Game-Interface:jar:0.02.06'
<dependency org="net.sourceforge.javydreamercsw" name="Card-Game-Interface" rev="0.02.06">
<artifact name="Card-Game-Interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.javydreamercsw', module='Card-Game-Interface', version='0.02.06')
)
libraryDependencies += "net.sourceforge.javydreamercsw" % "Card-Game-Interface" % "0.02.06"
[net.sourceforge.javydreamercsw/Card-Game-Interface "0.02.06"]