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