License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.ow2.jasmine |
ArtifactId | ArtifactIddeployme |
Last Version | Last Version2.0-M1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJASMINe :: Deploy ME
DeployME is a command-line tool which allows you to deploy middlewares described in an XML file. This file can be generated
with JASMINe Design or written manually using the Deploy ME XSDs.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
deployme-2.0-M1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.jasmine/deployme/ -->
<dependency>
<groupId>org.ow2.jasmine</groupId>
<artifactId>deployme</artifactId>
<version>2.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jasmine/deployme/
implementation 'org.ow2.jasmine:deployme:2.0-M1'
// https://jarcasting.com/artifacts/org.ow2.jasmine/deployme/
implementation ("org.ow2.jasmine:deployme:2.0-M1")
'org.ow2.jasmine:deployme:pom:2.0-M1'
<dependency org="org.ow2.jasmine" name="deployme" rev="2.0-M1">
<artifact name="deployme" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jasmine', module='deployme', version='2.0-M1')
)
libraryDependencies += "org.ow2.jasmine" % "deployme" % "2.0-M1"
[org.ow2.jasmine/deployme "2.0-M1"]