| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.trajano.ms.app |
| ArtifactId | ArtifactIdms-engine |
| Version | Version1.1.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ms-engine-1.1.10.pom | |
| ms-engine-1.1.10.jar | 54 KB |
| ms-engine-1.1.10-tests.jar | 35 KB |
| ms-engine-1.1.10-test-sources.jar | 22 KB |
| ms-engine-1.1.10-sources.jar | 32 KB |
| ms-engine-1.1.10-javadoc.jar | 501 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.trajano.ms.app/ms-engine/ -->
<dependency>
<groupId>net.trajano.ms.app</groupId>
<artifactId>ms-engine</artifactId>
<version>1.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.ms.app/ms-engine/
implementation 'net.trajano.ms.app:ms-engine:1.1.10'
// https://jarcasting.com/artifacts/net.trajano.ms.app/ms-engine/
implementation ("net.trajano.ms.app:ms-engine:1.1.10")
'net.trajano.ms.app:ms-engine:jar:1.1.10'
<dependency org="net.trajano.ms.app" name="ms-engine" rev="1.1.10">
<artifact name="ms-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.ms.app', module='ms-engine', version='1.1.10')
)
libraryDependencies += "net.trajano.ms.app" % "ms-engine" % "1.1.10"
[net.trajano.ms.app/ms-engine "1.1.10"]