| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jpatterns |
| Идентификатор | Идентификаторjpatterns |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJava 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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit-dep | jar | 4.5 |
| org.easymock : easymock | jar | 2.4 |