GroupId | GroupIdcom.nitorcreations |
---|---|
ArtifactId | ArtifactIdwillow-simulate |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
willow-simulate-1.2.0.pom | |
willow-simulate-1.2.0.jar | 4 KB |
willow-simulate-1.2.0-sources.jar | 1 KB |
willow-simulate-1.2.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nitorcreations/willow-simulate/ -->
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>willow-simulate</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nitorcreations/willow-simulate/
implementation 'com.nitorcreations:willow-simulate:1.2.0'
// https://jarcasting.com/artifacts/com.nitorcreations/willow-simulate/
implementation ("com.nitorcreations:willow-simulate:1.2.0")
'com.nitorcreations:willow-simulate:jar:1.2.0'
<dependency org="com.nitorcreations" name="willow-simulate" rev="1.2.0">
<artifact name="willow-simulate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nitorcreations', module='willow-simulate', version='1.2.0')
)
libraryDependencies += "com.nitorcreations" % "willow-simulate" % "1.2.0"
[com.nitorcreations/willow-simulate "1.2.0"]