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