Archetypes :: Quantity

Quantification and Measurement related Archetypes

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

com.parisesoftware
Идентификатор

Идентификатор

archetypes-quantity
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Archetypes :: Quantity
Quantification and Measurement related Archetypes

Скачать archetypes-quantity

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.parisesoftware : archetypes-core jar 1.0.4
com.parisesoftware : archetypes-person jar 1.0.4
org.apache.commons : commons-lang3 jar 3.7
org.codehaus.groovy : groovy-all jar 2.4.15

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.spockframework : spock-core jar 1.3-groovy-2.4

Модули Проекта

Данный проект не имеет модулей.

Archetypes

Various Domain Archetype Patterns implemented in Groovy.

Sources

Much of these models are based on those presented in "Enterprise Patterns and MDA" by Jim Arlow and Ila Neustadt. I highly recommend picking up a copy of this book to get a better understanding on model driven architecture.

Releasing to Maven Central

Performing a Release Deployment

Note: This must occur prior to the Release Deployment!

Make sure the "release-sign-artifacts" and "ossrh" Maven profiles are active.

  1. mvn clean
  2. mvn release:prepare -Possrh,release-sign-artifacts
  3. mvn release:perform -Possrh,release-sign-artifacts
  • await the release process to finish *
  1. git push --tags
  2. git push origin master

Updating the Release Version

  1. mvn versions:set -DnewVersion=1.2.3

Версии библиотеки

Версия
1.0.4