Last Version

JASMINe :: Deploy ME 2.0-M1

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.

License

License

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.ow2.jasmine
ArtifactId

ArtifactId

deployme
Version

Version

2.0-M1
Type

Type

pom
Description

Description

JASMINe :: 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

OW2 Consortium

Download deployme 2.0-M1

Filename Size
deployme-2.0-M1.pom 6 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • core
  • modules
  • extensions
  • command
  • maven-plugin
  • itests
  • samples