не последняя версия
Последняя версия 6.8.3

org.webjars.npm:systemjs 2.0.2

WebJar for systemjs

Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

systemjs
Версия

Версия

2.0.2
Тип

Тип

jar

Скачать systemjs 2.0.2


<!-- https://jarcasting.com/artifacts/org.webjars.npm/systemjs/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>systemjs</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/systemjs/
implementation 'org.webjars.npm:systemjs:2.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/systemjs/
implementation ("org.webjars.npm:systemjs:2.0.2")
'org.webjars.npm:systemjs:jar:2.0.2'
<dependency org="org.webjars.npm" name="systemjs" rev="2.0.2">
  <artifact name="systemjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='systemjs', version='2.0.2')
)
libraryDependencies += "org.webjars.npm" % "systemjs" % "2.0.2"
[org.webjars.npm/systemjs "2.0.2"]