is not current version
Last Version 1.3.0

org.jusecase:jusecase 1.2.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

1.2.0
Type

Type

jar

Download jusecase 1.2.0


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