| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.trajano.ms.app |
| ArtifactId | ArtifactIdms-engine |
| Version | Version0.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ms-engine-0.0.7.pom | |
| ms-engine-0.0.7.jar | 48 KB |
| ms-engine-0.0.7-tests.jar | 22 KB |
| ms-engine-0.0.7-test-sources.jar | 15 KB |
| ms-engine-0.0.7-sources.jar | 28 KB |
| ms-engine-0.0.7-javadoc.jar | 430 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.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.ms.app/ms-engine/
implementation 'net.trajano.ms.app:ms-engine:0.0.7'
// https://jarcasting.com/artifacts/net.trajano.ms.app/ms-engine/
implementation ("net.trajano.ms.app:ms-engine:0.0.7")
'net.trajano.ms.app:ms-engine:jar:0.0.7'
<dependency org="net.trajano.ms.app" name="ms-engine" rev="0.0.7">
<artifact name="ms-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.ms.app', module='ms-engine', version='0.0.7')
)
libraryDependencies += "net.trajano.ms.app" % "ms-engine" % "0.0.7"
[net.trajano.ms.app/ms-engine "0.0.7"]