is not current version
Last Version 1.3.0

org.jusecase:jusecase 1.0.1

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.0.1
Type

Type

jar

Download jusecase 1.0.1


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