Last Version

Tic Tac Toe 1.0.0

A POM file for all Maven projects with Java sources.

License

License

GroupId

GroupId

com.brettonw
ArtifactId

ArtifactId

tic-tac-toe
Version

Version

1.0.0
Type

Type

jar
Description

Description

Tic Tac Toe
A POM file for all Maven projects with Java sources.
Project URL

Project URL

http://maven.apache.org

Download tic-tac-toe 1.0.0


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar RELEASE
org.apache.logging.log4j : log4j-api jar RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar RELEASE

Project Modules

There are no modules declared in this project.