is not current version
Last Version 1.3.0

org.jusecase:jusecase 0.1.0

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

GroupId

GroupId

org.jusecase
ArtifactId

ArtifactId

jusecase
Version

Version

0.1.0
Type

Type

jar

Download jusecase 0.1.0


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