| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.rawls238 |
| Идентификатор | ИдентификаторScientist4J |
| Версия | Версия0.9 |
| Тип | Типpom |
| Описание |
ОписаниеScientist4J
A Java port of Github's Scientist library for refactoring critical code paths
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| Scientist4J-0.9.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.rawls238/Scientist4J/ -->
<dependency>
<groupId>com.github.rawls238</groupId>
<artifactId>Scientist4J</artifactId>
<version>0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rawls238/Scientist4J/
implementation 'com.github.rawls238:Scientist4J:0.9'
// https://jarcasting.com/artifacts/com.github.rawls238/Scientist4J/
implementation ("com.github.rawls238:Scientist4J:0.9")
'com.github.rawls238:Scientist4J:pom:0.9'
<dependency org="com.github.rawls238" name="Scientist4J" rev="0.9">
<artifact name="Scientist4J" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rawls238', module='Scientist4J', version='0.9')
)
libraryDependencies += "com.github.rawls238" % "Scientist4J" % "0.9"
[com.github.rawls238/Scientist4J "0.9"]