Last Version

JUsecase 1.3.0

Java framework for a usecase centric architecture as proposed by Uncle Bob and others. Supports Java 1.6+.

License

License

GroupId

GroupId

org.jusecase
ArtifactId

ArtifactId

jusecase
Version

Version

1.3.0
Type

Type

jar
Description

Description

JUsecase
Java framework for a usecase centric architecture as proposed by Uncle Bob and others. Supports Java 1.6+.
Project URL

Project URL

http://jusecase.org
Source Code Management

Source Code Management

https://github.com/casid/jusecase.git

Download jusecase 1.3.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.