Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 8302317

Browse files
committed
Update README: Transitioned repository to Maven Central and adjusted instructions.
1 parent d5fd22f commit 8302317

1 file changed

Lines changed: 10 additions & 24 deletions

File tree

README.md

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
![License](https://img.shields.io/badge/license-MIT-blue) ![Splatgames Nexus](https://img.shields.io/badge/repository-Splatgames.de-orange) ![Version](https://img.shields.io/badge/version-1.0.0-blue)
1+
![License](https://img.shields.io/badge/license-MIT-red)
2+
![Maven Central](https://img.shields.io/maven-central/v/de.splatgames.aether/aether-profiler)
3+
![Version](https://img.shields.io/badge/version-1.0.0-green)
24

35
# Aether Profiler 🚀
46

@@ -20,35 +22,19 @@ metrics of your applications.
2022
Aether Profiler is available via **Maven** and **Gradle**.
2123

2224
#### **Maven**
23-
24-
There are two repositories available for Aether Profiler:
25-
26-
- **Libraries Repository (Pointer to Nexus)**: `https://libraries.splatgames.de/`
27-
- **Nexus Repository**: `https://nexus.splatgames.de/repository/maven-public/`
25+
> 🎉 All Aether products are now available on **Maven Central** – no extra repository required!
2826
2927
```xml
30-
31-
<repository>
32-
<id>splatgames.de</id>
33-
<url>https://libraries.splatgames.de/</url>
34-
</repository>
35-
3628
<dependency>
37-
<groupId>de.splatgames.aether</groupId>
38-
<artifactId>aether-profiler</artifactId>
39-
<version>1.0.0</version>
29+
<groupId>de.splatgames.aether</groupId>
30+
<artifactId>aether-profiler</artifactId>
31+
<version>1.0.0</version>
4032
</dependency>
4133
```
4234

4335
#### **Gradle**
4436

4537
```groovy
46-
repositories {
47-
maven {
48-
url 'https://libraries.splatgames.de/'
49-
}
50-
}
51-
5238
dependencies {
5339
implementation 'de.splatgames.aether:aether-profiler:1.0.0'
5440
}
@@ -62,9 +48,9 @@ dependencies {
6248
## 📢 Latest Release
6349

6450
- 🚀 **Version:** `1.0.0`
65-
- 📅 **Release Date:** `March 5, 2025`
51+
- 📅 **Release Date:** `August 18, 2025`
6652
- 📦 **Available on**:
67-
[![Splatgames Nexus](https://img.shields.io/badge/repository-Splatgames.de-orange)](https://nexus.splatgames.de/repository/maven-public/)
53+
[![Maven Central](https://img.shields.io/maven-central/v/de.splatgames.aether/aether-profiler)](https://search.maven.org/artifact/de.splatgames.aether/aether-profiler)
6854

6955
---
7056

@@ -82,7 +68,7 @@ Aether Profiler is released under the **MIT License**.
8268
```text
8369
MIT License
8470
85-
Copyright (c) 2025 Splatgames.de Software
71+
Copyright (c) 2025 Splatgames.de Software and Contributors
8672
8773
Permission is hereby granted, free of charge, to any person obtaining a copy of this software...
8874
```

0 commit comments

Comments
 (0)