Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.rationaleemotions |
ArtifactId | ArtifactIdautospawn |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
autospawn-1.0.0.pom | |
autospawn-1.0.0.jar | 14 KB |
autospawn-1.0.0-sources.jar | 7 KB |
autospawn-1.0.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rationaleemotions/autospawn/ -->
<dependency>
<groupId>com.rationaleemotions</groupId>
<artifactId>autospawn</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rationaleemotions/autospawn/
implementation 'com.rationaleemotions:autospawn:1.0.0'
// https://jarcasting.com/artifacts/com.rationaleemotions/autospawn/
implementation ("com.rationaleemotions:autospawn:1.0.0")
'com.rationaleemotions:autospawn:jar:1.0.0'
<dependency org="com.rationaleemotions" name="autospawn" rev="1.0.0">
<artifact name="autospawn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rationaleemotions', module='autospawn', version='1.0.0')
)
libraryDependencies += "com.rationaleemotions" % "autospawn" % "1.0.0"
[com.rationaleemotions/autospawn "1.0.0"]