License |
License |
---|---|
GroupId | GroupIdorg.jpatterns |
ArtifactId | ArtifactIdjpatterns |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Design Pattern Annotations
Design Patterns are typically encoded into Java code in an ad-hoc fashion.
They are either embedded into the names of the classes or written into the
Javadocs.
Unfortunately it is impossible to accurately determine a pattern based
solely on the
class structure without knowing the intent of the code author.
JPatterns is a collection of annotations that make it easy to communicate
the use
of (Design)Patterns within your code to your fellow developers and your
future self.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jpatterns-0.0.1.pom | |
jpatterns-0.0.1.jar | 79 KB |
jpatterns-0.0.1-sources.jar | 22 KB |
jpatterns-0.0.1-javadoc.jar | 564 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpatterns/jpatterns/ -->
<dependency>
<groupId>org.jpatterns</groupId>
<artifactId>jpatterns</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpatterns/jpatterns/
implementation 'org.jpatterns:jpatterns:0.0.1'
// https://jarcasting.com/artifacts/org.jpatterns/jpatterns/
implementation ("org.jpatterns:jpatterns:0.0.1")
'org.jpatterns:jpatterns:jar:0.0.1'
<dependency org="org.jpatterns" name="jpatterns" rev="0.0.1">
<artifact name="jpatterns" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpatterns', module='jpatterns', version='0.0.1')
)
libraryDependencies += "org.jpatterns" % "jpatterns" % "0.0.1"
[org.jpatterns/jpatterns "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.5 |
org.easymock : easymock | jar | 2.4 |