| Категории |
КатегорииMaven Компиляция и сборка |
|---|---|
| Группа | Группаopen.jbi.components.maven.archetype |
| Идентификатор | Идентификаторmaven-archetype-jbi-bc |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMaven Archetype - JBI Binding Component
Maven archetype project to create a JBI Binding Component project
that contains the maven, ant build setup and sample source code for BC.
|
| Имя Файла | Размер |
|---|---|
| maven-archetype-jbi-bc-0.1.pom | |
| maven-archetype-jbi-bc-0.1.jar | 49 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/open.jbi.components.maven.archetype/maven-archetype-jbi-bc/ -->
<dependency>
<groupId>open.jbi.components.maven.archetype</groupId>
<artifactId>maven-archetype-jbi-bc</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/open.jbi.components.maven.archetype/maven-archetype-jbi-bc/
implementation 'open.jbi.components.maven.archetype:maven-archetype-jbi-bc:0.1'
// https://jarcasting.com/artifacts/open.jbi.components.maven.archetype/maven-archetype-jbi-bc/
implementation ("open.jbi.components.maven.archetype:maven-archetype-jbi-bc:0.1")
'open.jbi.components.maven.archetype:maven-archetype-jbi-bc:jar:0.1'
<dependency org="open.jbi.components.maven.archetype" name="maven-archetype-jbi-bc" rev="0.1">
<artifact name="maven-archetype-jbi-bc" type="jar" />
</dependency>
@Grapes(
@Grab(group='open.jbi.components.maven.archetype', module='maven-archetype-jbi-bc', version='0.1')
)
libraryDependencies += "open.jbi.components.maven.archetype" % "maven-archetype-jbi-bc" % "0.1"
[open.jbi.components.maven.archetype/maven-archetype-jbi-bc "0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |