| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.appfuse |
| Идентификатор | Идентификаторappfuse-service |
| Последняя версия | Последняя версия3.5.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAppFuse Service Module
Service layer for AppFuse-based applications. Includes JavaMail support, as well as Spring AOP
pointcuts that apply transaction attributes to all *Manager interfaces in a "service" package.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| appfuse-service-3.5.0.pom | |
| appfuse-service-3.5.0.jar | 27 KB |
| appfuse-service-3.5.0-sources.jar | 20 KB |
| appfuse-service-3.5.0-javadoc.jar | 137 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-service/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-service</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-service/
implementation 'org.appfuse:appfuse-service:3.5.0'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-service/
implementation ("org.appfuse:appfuse-service:3.5.0")
'org.appfuse:appfuse-service:jar:3.5.0'
<dependency org="org.appfuse" name="appfuse-service" rev="3.5.0">
<artifact name="appfuse-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-service', version='3.5.0')
)
libraryDependencies += "org.appfuse" % "appfuse-service" % "3.5.0"
[org.appfuse/appfuse-service "3.5.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.subethamail : subethasmtp-wiser | jar | 1.2 |
| org.hamcrest : hamcrest-all | jar | 1.3 |