License |
License |
---|---|
GroupId | GroupIdcom.brettonw |
ArtifactId | ArtifactIdtic-tac-toe |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionTic Tac Toe
A POM file for all Maven projects with Java sources.
|
Project URL |
Project URL |
Filename | Size |
---|---|
tic-tac-toe-1.0.0.pom | |
tic-tac-toe-1.0.0.jar | 8 KB |
tic-tac-toe-1.0.0-sources.jar | 5 KB |
tic-tac-toe-1.0.0-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw/tic-tac-toe/ -->
<dependency>
<groupId>com.brettonw</groupId>
<artifactId>tic-tac-toe</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw/tic-tac-toe/
implementation 'com.brettonw:tic-tac-toe:1.0.0'
// https://jarcasting.com/artifacts/com.brettonw/tic-tac-toe/
implementation ("com.brettonw:tic-tac-toe:1.0.0")
'com.brettonw:tic-tac-toe:jar:1.0.0'
<dependency org="com.brettonw" name="tic-tac-toe" rev="1.0.0">
<artifact name="tic-tac-toe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw', module='tic-tac-toe', version='1.0.0')
)
libraryDependencies += "com.brettonw" % "tic-tac-toe" % "1.0.0"
[com.brettonw/tic-tac-toe "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | RELEASE |
org.apache.logging.log4j : log4j-api | jar | RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | RELEASE |