GroupId | GroupIdio.toast-tk |
---|---|
ArtifactId | ArtifactIdtoast-tk-engine |
Version | Version0.1.3.RC1 |
Type | Typepom |
Filename | Size |
---|---|
toast-tk-engine-0.1.3.RC1.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.toast-tk/toast-tk-engine/ -->
<dependency>
<groupId>io.toast-tk</groupId>
<artifactId>toast-tk-engine</artifactId>
<version>0.1.3.RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.toast-tk/toast-tk-engine/
implementation 'io.toast-tk:toast-tk-engine:0.1.3.RC1'
// https://jarcasting.com/artifacts/io.toast-tk/toast-tk-engine/
implementation ("io.toast-tk:toast-tk-engine:0.1.3.RC1")
'io.toast-tk:toast-tk-engine:pom:0.1.3.RC1'
<dependency org="io.toast-tk" name="toast-tk-engine" rev="0.1.3.RC1">
<artifact name="toast-tk-engine" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.toast-tk', module='toast-tk-engine', version='0.1.3.RC1')
)
libraryDependencies += "io.toast-tk" % "toast-tk-engine" % "0.1.3.RC1"
[io.toast-tk/toast-tk-engine "0.1.3.RC1"]