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