| Группа | Группаorg.apache.portals.pluto |
|---|---|
| Идентификатор | Идентификаторpluto-common |
| Версия | Версия3.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| pluto-common-3.0.1.pom | |
| pluto-common-3.0.1.jar | 568 KB |
| pluto-common-3.0.1-sources.jar | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.portals.pluto/pluto-common/ -->
<dependency>
<groupId>org.apache.portals.pluto</groupId>
<artifactId>pluto-common</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals.pluto/pluto-common/
implementation 'org.apache.portals.pluto:pluto-common:3.0.1'
// https://jarcasting.com/artifacts/org.apache.portals.pluto/pluto-common/
implementation ("org.apache.portals.pluto:pluto-common:3.0.1")
'org.apache.portals.pluto:pluto-common:jar:3.0.1'
<dependency org="org.apache.portals.pluto" name="pluto-common" rev="3.0.1">
<artifact name="pluto-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.pluto', module='pluto-common', version='3.0.1')
)
libraryDependencies += "org.apache.portals.pluto" % "pluto-common" % "3.0.1"
[org.apache.portals.pluto/pluto-common "3.0.1"]