Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.trajano.ms.app |
ArtifactId | ArtifactIdms-engine |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
ms-engine-0.0.8.pom | |
ms-engine-0.0.8.jar | 49 KB |
ms-engine-0.0.8-tests.jar | 27 KB |
ms-engine-0.0.8-test-sources.jar | 18 KB |
ms-engine-0.0.8-sources.jar | 29 KB |
ms-engine-0.0.8-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.trajano.ms.app/ms-engine/ -->
<dependency>
<groupId>net.trajano.ms.app</groupId>
<artifactId>ms-engine</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.ms.app/ms-engine/
implementation 'net.trajano.ms.app:ms-engine:0.0.8'
// https://jarcasting.com/artifacts/net.trajano.ms.app/ms-engine/
implementation ("net.trajano.ms.app:ms-engine:0.0.8")
'net.trajano.ms.app:ms-engine:jar:0.0.8'
<dependency org="net.trajano.ms.app" name="ms-engine" rev="0.0.8">
<artifact name="ms-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.ms.app', module='ms-engine', version='0.0.8')
)
libraryDependencies += "net.trajano.ms.app" % "ms-engine" % "0.0.8"
[net.trajano.ms.app/ms-engine "0.0.8"]