| Группа | Группаcom.github.frtu.archetype |
|---|---|
| Идентификатор | Идентификаторplt-spark-project-archetype |
| Версия | Версия0.3.4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.frtu.archetype/plt-spark-project-archetype/ -->
<dependency>
<groupId>com.github.frtu.archetype</groupId>
<artifactId>plt-spark-project-archetype</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.archetype/plt-spark-project-archetype/
implementation 'com.github.frtu.archetype:plt-spark-project-archetype:0.3.4'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/plt-spark-project-archetype/
implementation ("com.github.frtu.archetype:plt-spark-project-archetype:0.3.4")
'com.github.frtu.archetype:plt-spark-project-archetype:jar:0.3.4'
<dependency org="com.github.frtu.archetype" name="plt-spark-project-archetype" rev="0.3.4">
<artifact name="plt-spark-project-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='plt-spark-project-archetype', version='0.3.4')
)
libraryDependencies += "com.github.frtu.archetype" % "plt-spark-project-archetype" % "0.3.4"
[com.github.frtu.archetype/plt-spark-project-archetype "0.3.4"]