MOP :: Spring

A tool for running Java executables from artifacts within maven repositories

License

License

GroupId

GroupId

org.fusesource.mop
ArtifactId

ArtifactId

mop-spring
Last Version

Last Version

1.0-m1
Release Date

Release Date

Type

Type

jar
Description

Description

MOP :: Spring
A tool for running Java executables from artifacts within maven repositories
Project Organization

Project Organization

Progress Software Inc.
Source Code Management

Source Code Management

http://fusesource.com/forge/gitweb?p=mop.git/mop-spring

Download mop-spring

How to add to project

<!-- https://jarcasting.com/artifacts/org.fusesource.mop/mop-spring/ -->
<dependency>
    <groupId>org.fusesource.mop</groupId>
    <artifactId>mop-spring</artifactId>
    <version>1.0-m1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.mop/mop-spring/
implementation 'org.fusesource.mop:mop-spring:1.0-m1'
// https://jarcasting.com/artifacts/org.fusesource.mop/mop-spring/
implementation ("org.fusesource.mop:mop-spring:1.0-m1")
'org.fusesource.mop:mop-spring:jar:1.0-m1'
<dependency org="org.fusesource.mop" name="mop-spring" rev="1.0-m1">
  <artifact name="mop-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.mop', module='mop-spring', version='1.0-m1')
)
libraryDependencies += "org.fusesource.mop" % "mop-spring" % "1.0-m1"
[org.fusesource.mop/mop-spring "1.0-m1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework : spring-core jar 2.5.6
org.springframework : spring-context jar 2.5.6
org.springframework : spring-tx jar 2.5.6
org.springframework : spring-aop jar 2.5.6

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-m1