Spring Bean Factory :: Core

Core Logic for the Spring Bean Factory

Лицензия

Лицензия

Группа

Группа

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

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

spring-bean-factory-core
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring Bean Factory :: Core
Core Logic for the Spring Bean Factory

Скачать spring-bean-factory-core

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-lang3 jar 3.7
org.codehaus.groovy : groovy-all pom 2.5.6

test (2)

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

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

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

Spring Bean Factory

Simple Factory to encapsulate registering, and retrieving Spring wired beans.

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.0