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